Developer --> Technical Publications
PATHMac OS 8 Developer Documentation > Networking and Communications > AppleShare >

User Authentication Modules


UAMVSDlogBlk Structure

The UAMVSDlogBlk structure is passed as a field in a UAMArgs structure when the value of UAMArgs.command is kUAMVSDlog .

struct UAMVSDlogBlk {
    short numVolumes;
    VolListElem *volumes;
};
numVolumes
On input, the number of volumes in volumes .
volumes
On input, a VolListElem structure that lists the volumes the server makes available for mounting.

© 1999 Apple Computer, Inc. – (Last Updated 07 May 99)